projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83f6bb
)
(Frequire): Don't fail to unbind bindings.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Jan 1999 23:55:31 +0000
(23:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Jan 1999 23:55:31 +0000
(23:55 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 53f980c1e9747d7e9635dae01af34a9edd1ed1b2..ffe2b156712f86c55cb523a396877d2d35bb2251 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2654,7
+2654,7
@@
Normally the return value is FEATURE.")
noerror, Qt, Qnil, (NILP (file_name) ? Qt : Qnil));
/* If load failed entirely, return nil. */
if (NILP (tem))
- return
Qnil
;
+ return
unbind_to (count, Qnil)
;
tem = Fmemq (feature, Vfeatures);
if (NILP (tem))